home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / 3d / povray / README
Text File  |  1993-12-08  |  1KB  |  33 lines

  1. Instructions on installation.
  2. -----------------------------
  3.  
  4. POV-ray reads a script describing a scene, in the script there may be
  5. references to other files eg. colors.inc or picture.gif
  6. In the original POV-ray code, they were usually kept in an 'include'
  7. directory, so they could be found easily. As the Archimedes does not
  8. make use of filenames with extentions (.xxx), this became a problem
  9. as the scripts had to be hand edited to remove the extention and give
  10. the full path to where the files were.
  11. I have modified the source code (and notified the POV-ray team - should
  12. be included in the next release or so), therefore no modification to
  13. the scripts are necessary. What happens now is when POV-ray is interpreting
  14. the script, it sees any file reference eg. 'colors.inc' as 'inc.colors'
  15. therefore inc should be a directory containing a file called colors.
  16.  
  17. !POVscene has the directory structure set up for you, so all
  18. you have to do it double click on !POVscene and it will set up
  19. and open the filer window with everything in.
  20.  
  21. You can change the default options in !Run if you don't like the
  22. way I've set it up, and you may like to put the executable in you
  23. Library directory.
  24.  
  25. If you have an FPA in your machine you may like to try the pov2ylib
  26. version as it does run some things a bit faster.
  27.  
  28. Any feedback is welcome, and if you create some good scenes let me know :-)
  29.  
  30. Happy Ray Tracing.
  31.  
  32. Adam Hamilton.
  33. (aph@swindon.gpsemi.com)